home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / SheepTeroids.swf / scripts / DefineButton2_193 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-05  |  103 b   |  7 lines

  1. on(press){
  2.    _root.gameLevel = 1;
  3.    _root.score = 0;
  4.    _root.lives = 3;
  5.    gotoAndPlay(15);
  6. }
  7.